python time code

41

python time code -

import time

t0 = time.time()
code_block
t1 = time.time()

total = t1-t0

Comments

Submit
0 Comments